home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000309_fdc@columbia.edu_Thu Apr 20 10:26:44 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!not-for-mail
From: Frank da Cruz <fdc@columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: outputting an escape key possible?
Date: 20 Apr 2006 14:26:29 GMT
Organization: Columbia University
Lines: 34
Message-ID: <slrne4f6gl.djh.fdc@sesame.cc.columbia.edu>
References: <oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca> <QlG1g.62779$VV4.1175322@ursa-nb00s0.nbnet.nb.ca>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1145543189 11481 128.59.59.56 (20 Apr 2006 14:26:29 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 20 Apr 2006 14:26:29 GMT
User-Agent: slrn/0.9.8.0 (SunOS)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15566
On 2006-04-20, Scott Caissie <scottac@nb.sympatico.ca> wrote:
: Just a few more comments.
: \Kdnarr & \Kuparr can be outputted.
: \Kexit & \Kupscn & \Kdnscn can not be outputted.
:
: Whats the rule on this? Or how to work around this?
:
\Kdnarr and \Kuparr are Kerboard Verbs (Kverbs) that send characters out the
communication connection. You're not sending the Kverbs themselves, you are
invoking them and they are doing their jobs.
\Kexit & \Kupscn & \Kdnscn have actions that are strictly local. They do
not send characters out the connection; that is why you can't OUTPUT them.
There is nothing to OUTPUT.
: "Scott Caissie" <scottac@nb.sympatico.ca> wrote in message
: news:oq2%f.58694$VV4.1080798@ursa-nb00s0.nbnet.nb.ca...
:> Escape key as in Alt X or \Kexit.
:>
:> I'm trying to find a way to get a macro to trigger going to the COMMAND
:> window by any feasible means possible. When this occurs, it will resume
:> the rest of the coding.
:
As noted previously in this newsgroup, there is a bug that inhibits proper
execution of macros assigned to keystrokes in the current release of K95.
The only real solution to this problem is to release the next version of
K95, in which this bug is fixed:
http://www.columbia.edu/kermit/support.html
As noted repeatedly, I'm working on arranging for this. It's a bureacratic
problem, not a technical one.
- Frank